home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
287_02
/
nextxy.c
< prev
next >
Wrap
Text File
|
1989-05-23
|
128b
|
10 lines
#include <stdio.h>
#include <gds.h>
NextXY(x,y)
int *x, *y;
{
*x=LASTX;
*y=LASTY;
}